|
|
|
|
PartsLeftEdge Property, DimensionsClass Class |
Defines the left edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment).
Syntax DimensionsClass Class (Softelvdm.SftTreeNET)
VB |
Public Property PartsLeftEdge As Integer |
C# |
public int PartsLeftEdge { get; set; } |
C++ |
public: property int PartsLeftEdge { |
Property Value
The left edge gap in pixels.
The default value is 2.
Comments
The PartsLeftEdge property defines the left edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment).